Welcome![Sign In][Sign Up]
Location:
Search - VC messagebox

Search list

[OS programMyMessageBox(VC++)

Description: 自制VC里的消息框 MessageBox。 实现自定义按钮倒计时-VC Lane made the news box MessageBox. Realize definition button countdown
Platform: | Size: 27281 | Author: | Hits:

[Other resource24170047218

Description: vc+sqlCOleSafeArray CWnd CDialog CDataExchange GetWindowRect EndDialog SetWindowText GetWindowText MessageBox CString CTime CCmdTarget CWinApp COleTemplateServer COleObjectFactory DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon ShowWindow WinExec -vc sqlCOleSafeArray CWnd CDialog CDataEx change GetWindowRect EndDialog SetWindowTex t GetWindowText MessageBox CString CTime CCmd Target CWinApp COleTemplateServer COleObjec tFactory DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu IsIconic CPaintD C SendMessage function GetSystemMetrics CRect GetClie ntRect DrawIcon ShowWindow WinExec
Platform: | Size: 3143724 | Author: hedda | Hits:

[WEB Code11

Description: DLL注入,就把什么枚举进程、查找窗口和进程特权设置那西东西省了。 附件中带了一个testDll.dll,是我写的一个测试DLL,因为一般的DLL注入进去了可能没反应,所以在我写了个DLL,在里面加了MessageBox,可以弹出来,这样就知道DLL运行没有。DLL是VC++写的,因为我用的是VB迷你版,只能写ActiveX DLL,而这种DLL不能用来注入(我写了个,在Main函数里写了个MsgBox,启动对象设为 Sub Main,发现可以注入,但没有MsgBox出现),如果谁要DLL源码就回贴说,我发上来。
Platform: | Size: 84900 | Author: 风尘小子 | Hits:

[CommunicationQueueTest

Description: VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include \"Queue.h\" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue<QueueData> TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, \"hello!\") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, \"hello!\") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox(\"put queue error\") } else { MessageBox(\"put queue success\") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category ///////////////////////////////////////// / / this is a example for using Queue ///////////////////////////////////////// # include "Queue . h "/ / define queue data struct QueueData struct (char data [20] int nId) / / define queue typedef TQueuelt; QueueDatagt; TMyQueue / / put data into QueueData data queue (memset (data, 0, sizeof (data)) htpasswd (data.data, "hello!") data.nId m_pMyQueue.TryPut = 0 (data)) / / try put data into QueueData data queue (memset (data, 0, sizeof (data)) htpasswd (data. data, "hello!") data.nId = 0 if (m_pMyQueue.TryPut (data)! = 0) (MessageBox ( "put queue error")) else (MessageBox ( "put queue success"))) / / get data from QueueData data queue (memset (data, 0, sizeof (data))
Platform: | Size: 34517 | Author: zj | Hits:

[GUI Develop最简单的界面增强库EasySkin

Description: 一、实现的功能 1、支持所有按钮,包括checkButton,RadioButton,NormalButton,GroupBotton。 2、支持所有的Combo Box。 3、支持滚动条。 4、支持进度条。 5、支持通用对话窗与MessageBox。 6、全部支持Hover状态。 7、支持单文档、多文档、对话窗程序。 8、支持VC6/7、VB6/7、CB5/6/7。 9、支持Win95以上操作系统。-one, a realization of the function, and support all buttons, including checkButton, RadioButton, NormalButton, GroupBotton. 2, and support all the Combo Box. 3, the support of the roll. 4, the progress of the support. 5, support universal dialogue window and MessageBox. 6, all support Hover state. 7, support the single-file, multi-document, the dialogue window procedure. 8, support VC6/7, VB6/7, CB5/6/7. 9, the operating system supports more than Win95.
Platform: | Size: 197632 | Author: 杨洁 | Hits:

[Dialog_Window各种messagebox框风格显示

Description: Messagebox消息对话框是我们经常使用,本代码例子提供了各种类型的MessageBox消息对话框。-Messagebox message box is that we often use the example code provided various types of MessageBox message box.
Platform: | Size: 483328 | Author: 张连成 | Hits:

[CommunicationQueueTest

Description: VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue<QueueData> TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue /////////////////////////////////////////# include "Queue . h "//define queue data struct QueueData struct (char data [20] int nId)// define queue typedef TQueuelt; QueueDatagt; TMyQueue// put data into QueueData data queue (memset (data, 0, sizeof (data)) htpasswd (data.data, "hello!") data.nId m_pMyQueue.TryPut = 0 (data))// try put data into QueueData data queue (memset (data, 0, sizeof (data)) htpasswd (data. data, "hello!") data.nId = 0 if (m_pMyQueue.TryPut (data)! = 0) (MessageBox ( "put queue error")) else (MessageBox ( "put queue success")))// get data from QueueData data queue (memset (data, 0, sizeof (data))
Platform: | Size: 33792 | Author: zj | Hits:

[Hook api让你的软件界面更漂亮三

Description: 实现令人满意的风格统一的软件界面确实很难, 象网友提到的MessageBox、FileDialog、FontDialog、目录选择对话框等MFC内部甚至系统DLL内的对话框,要想让它变脸可不容易。有人说HOOK技术可以,HOOK技术确实可以,HOOK可以说是无孔不入,但HOOK的使用效率却是令人难以满意的,从目前大多数采HOOK技术的换肤软件使用情况来看,完全可以证明这一点。今天我们将讨论另外一技术来实现FileDialog的变脸,这种技术叫替换窗口过程法-achieve satisfactory style uniform software interface is really difficult, as mentioned in the MessageBox netizens, FileDialog, FontDialog, directories, etc. MFC dialog within the system DLL even within the dialog, if it's not easy changing face. Some say HOOK technology, the technology can really HOOK, HOOK can say is pervasive, but the efficient use HOOK is hardly satisfied with the majority from the current mining technology Eurocargo HOOK use of the software, can prove this point. Today we will discuss other technologies to achieve a FileDialog changing face of this technique called window replacement process method
Platform: | Size: 610304 | Author: 小小天职 | Hits:

[OS programMyMessageBox(VC++)

Description: 自制VC里的消息框 MessageBox。 实现自定义按钮倒计时-VC Lane made the news box MessageBox. Realize definition button countdown
Platform: | Size: 26624 | Author: | Hits:

[SQL Server24170047218

Description: vc+sqlCOleSafeArray CWnd CDialog CDataExchange GetWindowRect EndDialog SetWindowText GetWindowText MessageBox CString CTime CCmdTarget CWinApp COleTemplateServer COleObjectFactory DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu IsIconic CPaintDC SendMessage GetSystemMetrics CRect GetClientRect DrawIcon ShowWindow WinExec -vc sqlCOleSafeArray CWnd CDialog CDataEx change GetWindowRect EndDialog SetWindowTex t GetWindowText MessageBox CString CTime CCmd Target CWinApp COleTemplateServer COleObjec tFactory DestroyIcon LoadIcon GetSystemMenu CMenu LoadString AppendMenu IsIconic CPaintD C SendMessage function GetSystemMetrics CRect GetClie ntRect DrawIcon ShowWindow WinExec
Platform: | Size: 3143680 | Author: | Hits:

[Documents11

Description: DLL注入,就把什么枚举进程、查找窗口和进程特权设置那西东西省了。 附件中带了一个testDll.dll,是我写的一个测试DLL,因为一般的DLL注入进去了可能没反应,所以在我写了个DLL,在里面加了MessageBox,可以弹出来,这样就知道DLL运行没有。DLL是VC++写的,因为我用的是VB迷你版,只能写ActiveX DLL,而这种DLL不能用来注入(我写了个,在Main函数里写了个MsgBox,启动对象设为 Sub Main,发现可以注入,但没有MsgBox出现),如果谁要DLL源码就回贴说,我发上来。-DLL injection, so what enumeration process, the search window and the process of setting privileges things that saved the West. Annex with a testDll.dll, I wrote a test DLL, because the DLL may be injected into the reaction, so I wrote a DLL, in which added a MessageBox, can pop up years, so know DLL Run no. DLL is VC++ Write, because I use the mini version of VB, only to write ActiveX DLL, and this DLL can not be used to inject (I wrote a month, in the Main function in writing a MsgBox, restart the object located for the Sub Main, discovery can be injected, but did not appear MsgBox), if the DLL source who said on Posted, me up.
Platform: | Size: 84992 | Author: 风尘小子 | Hits:

[Consolewin32MessageBox

Description: win32 使用messagebox方法源码(VC++)-win32 messagebox
Platform: | Size: 7168 | Author: qinpanke | Hits:

[Hook apiDefender

Description: VC++6.0编写的系统监控程序Demo包括主程序和DLL,只做演示,DLL采用全局钩子注入所有进程并在加载DLL时改写进程IAT。本程序演示截获MessageBox和MessageBeep-VC++6.0 program written in System Monitor Demo, including the main program and the DLL, Zhi Zuo demonstration, DLL into all processes using the global hook DLL is loaded, and when the process of adaptation IAT. This program demonstrates intercepted MessageBox and MessageBeep
Platform: | Size: 6360064 | Author: 孙新 | Hits:

[Compress-Decompress algrithmsCBalloon_src

Description: 很酷的一个提示框。可以自行修改,自行分发。-very coll messagebox foe VC++
Platform: | Size: 37888 | Author: sdsd | Hits:

[GUI DevelopMessageBoxDemo

Description: vc 使用MessageBox消息对话MessageBoxDemo的程序源码-vc use the MessageBox dialog MessageBoxDemo news source program
Platform: | Size: 25600 | Author: | Hits:

[GUI DevelopMessageBoxDemo

Description: vc ——使用MessageBox消息对话框\MessageBoxDemo-vc- use the MessageBox message dialog \ MessageBoxDemo
Platform: | Size: 27648 | Author: 吴重芳 | Hits:

[GUI DevelopMessageBoxDemo

Description: vc——使用MessageBox消息对话框\MessageBoxDemo-vc- use the MessageBox message dialog \ MessageBoxDemo
Platform: | Size: 27648 | Author: | Hits:

[GUI DevelopMessageBoxDemo

Description: vc——使用MessageBox消息对话框\MessageBoxDemo-vc- use the MessageBox message dialog \ MessageBoxDemo
Platform: | Size: 28672 | Author: 朱丽娟 | Hits:

[Dialog_Windowmessagebox

Description: VC++ 各种类型的MessageBox对话框-Various types of MessageBox dialog
Platform: | Size: 290816 | Author: 920596748 | Hits:

[Dialog_WindowMSN-QQ-Messagebox

Description: 一个仿MSN、QQ的消息提示窗口,简单实用,VC MFC编程-MSN、QQ 的消息提示窗口
Platform: | Size: 3790848 | Author: leon | Hits:
« 12 »

CodeBus www.codebus.net